home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Online / SANA2Meter / Source / locale.cd < prev    next >
Text File  |  1996-05-11  |  2KB  |  182 lines

  1. #array Texts
  2. ;
  3. MENU_PROJECT (//)
  4. Project
  5. ;
  6. MENU_SAVECONFIG (//)
  7. Save configuration
  8. ;
  9. MENU_ABOUT (//)
  10. About...
  11. ;
  12. MENU_QUIT (//)
  13. Q\000Quit
  14. ;
  15. MENU_SETTINGS (//)
  16. Settings
  17. ;
  18. MENU_UPDATE (//)
  19. Update (seconds)
  20. ;
  21. MENU_REFRESH1 (//)
  22.      1
  23. ;
  24. MENU_REFRESH2 (//)
  25.      2
  26. ;
  27. MENU_REFRESH3 (//)
  28.      3
  29. ;
  30. MENU_REFRESH4 (//)
  31.      4
  32. ;
  33. MENU_REFRESH5 (//)
  34.      5
  35. ;
  36. MENU_REFRESH10 (//)
  37.     10
  38. ;
  39. MENU_REFRESH20 (//)
  40.     20
  41. ;
  42. MENU_REFRESH30 (//)
  43.     30
  44. ;
  45. MENU_REFRESH40 (//)
  46.     40
  47. ;
  48. MENU_REFRESH50 (//)
  49.     50
  50. ;
  51. MENU_REFRESH60 (//)
  52.     60
  53. ;
  54. MENU_CPSAGING (//)
  55. CPS Aging Factor
  56. ;
  57. MENU_AGING0 (//)
  58.      0\%
  59. ;
  60. MENU_AGING10 (//)
  61.     10\%
  62. ;
  63. MENU_AGING20 (//)
  64.     20\%
  65. ;
  66. MENU_AGING30 (//)
  67.     30\%
  68. ;
  69. MENU_AGING40 (//)
  70.     40\%
  71. ;
  72. MENU_AGING50 (//)
  73.     50\%
  74. ;
  75. MENU_JUMP (//)
  76. J\000Jump to next screen
  77. ;
  78. MENU_STAYFRONT (//)
  79. Stay front
  80. ;
  81. TXT_IPACKETS (//)
  82. Packets Received
  83. ;
  84. TXT_OPACKETS (//)
  85. Packets Sent
  86. ;
  87. TXT_BADDATA (//)
  88. Bad Packets
  89. ;
  90. TXT_OVERRUNS (//)
  91. Input Overruns
  92. ;
  93. TXT_UNKNOWN (//)
  94. Unknown Packet-Types
  95. ;
  96. TXT_RECONFIGS (//)
  97. Reconfigurations
  98. ;
  99. TXT_MTU (//)
  100. MTU
  101. ;
  102. TXT_BPS (//)
  103. Speed
  104. ;
  105. TXT_HWTYPE (//)
  106. Hardware-Type
  107. ;
  108. REQ_ABOUT_TITLE (//)
  109. About SANA-II Meter Tool
  110. ;
  111. REQ_ABOUT_BODY (//)
  112. SANA-II Meter Tool %ld.%ld (%s)\n(C) Copyright 1996 Marius Gröger <%s>\nAll Rights Reserved.
  113. ;
  114. REQ_ABOUT_BUTTON (//)
  115.  Ok\040
  116. ;
  117. REQ_ERROR_TITLE (//)
  118. SANA2Meter Error
  119. ;
  120. REQ_ERROR_QUITBUTTON (//)
  121.  Quit\040
  122. ;
  123. REQ_ERROR_OPENDEV (//)
  124. Can't open device \"%s\", unit %ld.
  125. ;
  126. REQ_ERROR_OPENLIB (//)
  127. Can't open library \"%s\", version %ld.
  128. ;
  129. REQ_ERROR_QUERY (//)
  130. Can't query device \"%s\", unit %ld.
  131. ;
  132. REQ_ERROR_NOMSGPORT (//)
  133. Can't create MessagePort.
  134. ;
  135. REQ_ERROR_NOPOOL (//)
  136. Can't create memory pool.
  137. ;
  138. REQ_ERROR_READARGS (//)
  139. Can't parse arguments.
  140. ;
  141. REQ_ERROR_NOGUI (//)
  142. Can't create user interface.
  143. ;
  144. REQ_ERROR_TRACK (//)
  145. Can't initialise type tracking for type $%lx.\nI/O Error: %ld, SANA-II WireError: %ld
  146. ;
  147. REQ_ERROR_NOCONFIG (//)
  148. Can't open configuration file \"%s\".
  149. ;
  150. REQ_ERROR_NODEVS (//)
  151. Please specify at least one SANA-II device\non the commandline or in configuration file(s).
  152. ;
  153. REQ_ERROR_BADAGING (//)
  154. Please give an aging factor between 0\% and 50\%.
  155. ;
  156. TXT_TTIPACKETS (//)
  157. Packets Received
  158. ;
  159. TXT_TTOPACKETS (//)
  160. Packets Sent
  161. ;
  162. TXT_TTIBYTES (//)
  163. Bytes Received
  164. ;
  165. TXT_TTOBYTES (//)
  166. Bytes Sent
  167. ;
  168. TXT_TTDPACKETS (//)
  169. Packets Dropped
  170. ;
  171. TXT_TTOCPS (//)
  172. Send CPS
  173. ;
  174. TXT_TTICPS (//)
  175. Receive CPS
  176. ;
  177. TXT_TTLABEL (//)
  178. Packet Type $%lx
  179. ;
  180. TXT_INACTIVE (//)
  181. Display off.
  182.